

.box-main{
    width: 100%;
    margin:0px auto;
}
.main-top{
    width: 1200px;
    height: 250px;
    margin:0px auto;
}
.main-top-sub{
    width: 640px;
    height: 250px;
}
.main-top-sub div img{
    width: 261px;
    height: 202px;
    overflow:hidden;
}
.main-top-sub-nav{
    height: 30px;
    margin-bottom: 10px;
}

.main-top-sub-nav-left{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    top: 7px;
    left:30px;
}
.main-top-sub-nav-right{
    font-size: 12px;
    top:8px;
    right:15px;
}
.main-top-sub-nav-right a{
    color: #fff;
}
.main-top-sub-nav-right a:hover{
    color: red;
}
.main-top-sub-master{
    width: 370px;
    height: 202px;
    overflow:hidden;
}
.main-top-sub-master p:nth-child(1){
    line-height: 40px;
    color: #fd9a01;
    font-size: 16px;
}
.main-top-sub-master p:nth-child(2){
    line-height: 2;
    font-size: 14px;
    text-indent: 2em;
    text-align: left;
}
.main-top-sub2{
    width: 429px;
}
.main-top-sub2-nav-left{
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    top: 7px;
    left:30px;
}
.main-top-sub2-nav-right{
    font-size: 12px;
    top:8px;
    right:15px;
}
.main-top-sub2-nav-right a{
    color: #fff;
}
.main-top-sub2-nav-right a:hover{
    color: red;
}
.main-top-sub2-master{
    height: 210px;
}
.main-top-sub2-master-top-left{
    width: 270px;
    height:91px;
    overflow:hidden;
}
.main-top-sub2-master-top-left h1{
    font-weight: normal;
    font-size: 14px;
    color:#333333;
    text-align: left;
    line-height: 2em;
}
.main-top-sub2-master-top-left p{
    font-size: 14px;
    color:#999999;
    text-align: left;
    line-height: 20px;
}
.main-top-sub2-master-bottom{
    width: 100%;
    height: 105px;
    margin-top: 10px;
    overflow:hidden;
}
.main-top-sub2-master-bottom ul li{
    /*overflow:hidden;*/
    height:30px;
    list-style-type: none;
    margin-top: 5px;
}
.main-top-sub2-master-bottom .main-top-sub2-master-bottom-date{
    text-align: center;
    line-height: 30px;
    width: 85px;
    background:#ffb41b no-repeat right top;
    height: 30px;
    color: #fff;
}
.main-top-sub2-master-bottom .main-top-sub2-master-bottom-title{
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    width:330px;
    overflow: hidden;
}
.main-top-sub2-master-bottom .main-top-sub2-master-bottom-title a{color: #000;}
.main-top-sub2-master-bottom .main-top-sub2-master-bottom-title a:hover{
    background:#ff7200 no-repeat right top;
    color: #fff;
}
.main-top-hots{
    width: 1200px;
    height:336px;
    margin:0px auto;
}
.main-top-hots-nav{
    height: 45px;
    width: 100%;
}
.hots-l{
    background: url(../images/main-top-hots-nav.jpg) no-repeat left bottom;
}
.hots-r{
    background: url(../images/border-topr.jpg) no-repeat right top;
}
.main-bottom-hots-master{
    height:336px;
    overflow:hidden;
}
.main-bottom-hots-master ul{
    margin:0px auto;
}
.main-bottom-hots-master ul li{
    list-style-type: none;
    position:relative;
    float: left;
    height:336px;
    width: 183px;
    overflow:hidden;
}

/*--------------------------------手风琴效果--------------------------------*/
.fold_wrap li{
    cursor:pointer;
}
.fold_wrap li .mask_b{
    position:absolute;
    overflow:hidden;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,.3);
    _background:#B2B2B2;
}
.fold_wrap li.active .mask_b{
    background:none;
}
.fold_wrap li .mask_b h4{
    color:#fff;
    display:block;
    font:30px/30px Microsoft Yahei;
    position:relative;
    padding:30px 0 0 0;
    width:30px;
    line-height:35px;
    margin: auto;
    height:260px;
    overflow:hidden;
    padding-top: 55px;
    text-shadow:5px 1px 10px #000;
}
